home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / stars-0.000 / stars-0 / rocket.r3d < prev    next >
Text File  |  1996-03-20  |  1KB  |  77 lines

  1. # Color Definitions
  2.  
  3. color    ltgrey    192    192    192
  4. color    dkgrey    128    128    128
  5. color    white    255    255    255
  6. color    blue    40    50    255
  7. color    black    0    0    0
  8. color    yellow    240    230    30
  9.  
  10. default    nobackface
  11.  
  12. scale    500    300    500
  13.  
  14. # nose
  15.  
  16. default    ltgrey
  17.  
  18. point        nose1    0    9    0
  19. point        nose2    1    5    1
  20. point        nose3    1    5    -1
  21. point        nose4    -1    5    -1
  22. point        nose5    -1    5    1
  23.  
  24. surf        nose1    nose1    nose2     nose3
  25. surf        nose2    nose1    nose3    nose4
  26. surf        nose3    nose1    nose4    nose5
  27. surf        nose4    nose1    nose5    nose2
  28.  
  29. object    nose    nose1    nose2    nose3    nose4
  30.  
  31. # sides
  32.  
  33. default    ltgrey
  34.  
  35. point        tail1    1    -7    1
  36. point        tail2    1    -7    -1
  37. point        tail3    -1    -7    -1
  38. point        tail4    -1    -7    1
  39.  
  40. surf        side1    nose2    tail1    tail2    nose3
  41. surf        side2    nose3    tail2    tail3    nose4
  42. surf        side3    nose4    tail3    tail4    nose5
  43. surf        side4    nose5    tail4    tail1    nose2
  44.  
  45. object        sides    side1    side2    side3    side4
  46.  
  47. # wings
  48.  
  49. default    white
  50.  
  51. point        wingf1    1    -4    1
  52. point        wingf2    1    -4    -1
  53. point        wingf3    -1    -4    -1
  54. point        wingf4    -1    -4    1
  55.  
  56. point        wingr1    2    -8    2
  57. point        wingr2    2    -8    -2
  58. point        wingr3    -2    -8    -2
  59. point        wingr4    -2    -8    2
  60.  
  61. surf        wing1    wingf1    wingr1    tail1
  62. surf        wing2    wingf2    wingr2    tail2
  63. surf        wing3    wingf3    wingr3    tail3
  64. surf        wing4    wingf4    wingr4    tail4
  65.  
  66. object        wings    wing1    wing2    wing3    wing4
  67.  
  68. # engine
  69.  
  70. surf;yellow    engine    tail1    tail2    tail3    tail4
  71. object        engine     engine
  72.  
  73. # main object
  74.  
  75. point        pos 0 0 0
  76. main;sort    rocket    pos     nose sides wings engine
  77.